home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 (Alt) / MACD 5.bin / workbench / libs / datamaster_lib.lha / Datamaster / s / DMlauncher.prefs
Encoding:
Text File  |  1997-05-05  |  1.6 KB  |  87 lines

  1.  
  2. ;*************************************************************************
  3. ;
  4. ;              Example of configuration for DMlauncher
  5. ;
  6. ;Adapt the tools & paths to your system (& add the needed filetypes)
  7. ;
  8. ;This is just the file I used the night the program began to 'really' work ;-)
  9. ;
  10. ;*************************************************************************
  11.  
  12.  
  13.  
  14. TYPE=Generic
  15. ACTION=Work:Utils/Diskutils/FileX/FileX "%s"        ;HEX edit
  16. END_DEF
  17.  
  18.  
  19.  
  20. TYPE=Executable
  21. ACTION="%s"                                         ;just launch the file!
  22. END_DEF
  23.  
  24.  
  25.  
  26. TYPE=ANIM-IFF
  27. ACTION=c:vt "%s"
  28. END_DEF
  29.  
  30.  
  31. TYPE=ANIM-AVI
  32. ACTION=c:AVId FILE "%s" LOOP
  33. END_DEF
  34.  
  35.  
  36.  
  37. TYPE=GFX-GIF
  38. TYPE=GFX-IFF
  39. TYPE=GFX-JPEG
  40. ACTION=SYS:Utilities/Visage %s                  ;Let's show these nice gfx
  41. FLAGS=ALLFILES
  42. END_DEF
  43.  
  44.  
  45.  
  46. TYPE=ASCII-Text
  47. ACTION=C:PPmore "%s"
  48. END_DEF
  49.  
  50.  
  51.  
  52. TYPE=ASCII-Amigaguide                               ;specific
  53. ACTION=Sys:utilities/Amigaguide "%s" SCREEN
  54. END_DEF
  55.  
  56.                                 ;just show listing of archive
  57.                                 ;for more complex stuff,use a script :-)
  58. TYPE=PACKED-LHA                             
  59. ACTION=LHA x "%s" ram: >CON://///AUTO/WAIT/CLOSE
  60. END_DEF
  61.  
  62.                                 ;same stuff
  63.  
  64. TYPE=PACKED-LZX
  65. ACTION=lzx -a -e -F -bo128 -r x "%s" ram: >CON://///AUTO/WAIT/CLOSE
  66. END_DEF
  67.  
  68.  
  69. TYPE=PACKED-DMS
  70. ACTION=DMS write "%s" NOVERIFY  >CON://///AUTO/WAIT/CLOSE
  71. END_DEF
  72.  
  73.                                ;execute a rexx:script to play mods
  74. TYPE=MUSIC-others
  75. TYPE=MUSIC-PTkClones
  76. TYPE=MUSIC-synth
  77. TYPE=SMPL-Others
  78. ACTION= rexx:rx rexx:pm %s      
  79. END_DEF
  80.  
  81.  
  82.  
  83. TYPE=SMPL-IFF
  84. ACTION=c:sound "%s" d
  85. END_DEF
  86.  
  87.